home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.Template.VisualBasic.Window.xaml.vb.en < prev    next >
Encoding:
Text (UTF-16)  |  2007-03-19  |  874 b   |  20 lines

  1. Imports System
  2. Imports System.IO
  3. Imports System.Net
  4. Imports System.Windows
  5. Imports System.Windows.Controls
  6. Imports System.Windows.Data
  7. Imports System.Windows.Media
  8. Imports System.Windows.Media.Animation
  9. Imports System.Windows.Navigation
  10.  
  11. Partial Public Class $safeitemname$
  12.     Public Sub New()
  13.         MyBase.New()
  14.  
  15.         Me.InitializeComponent()
  16.  
  17.         ' Insert code required on object creation below this point.
  18.     End Sub
  19. End Class
  20.